|
FEXP Solver
1.0.0.0
|
It represents a general node of a normed k-dimensional real space. More...
#include <FEXPTopologieKDTree.h>

Public Member Functions | |
| CFEXPKDHyperNode (size_t dimension) | |
| CFEXPKDHyperNode (Ptr< TValue > &coordinates) | |
| virtual | ~CFEXPKDHyperNode () |
| TValue | GetDistance (const CFEXPKDHyperNode &nd1, const CFEXPKDHyperNode &nd2) |
| bool | operator== (const CFEXPKDHyperNode &to_compare) |
Public Attributes | |
| Ptr< TValue > | _coordinates |
It represents a general node of a normed k-dimensional real space.
| CFEXPKDHyperNode< TValue >::CFEXPKDHyperNode | ( | size_t | dimension | ) |
| CFEXPKDHyperNode< TValue >::CFEXPKDHyperNode | ( | Ptr< TValue > & | coordinates | ) |
|
inlinevirtual |
| TValue CFEXPKDHyperNode< TValue >::GetDistance | ( | const CFEXPKDHyperNode< TValue > & | nd1, |
| const CFEXPKDHyperNode< TValue > & | nd2 | ||
| ) |
| bool CFEXPKDHyperNode< TValue >::operator== | ( | const CFEXPKDHyperNode< TValue > & | to_compare | ) |
| Ptr<TValue> CFEXPKDHyperNode< TValue >::_coordinates |